home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / a2.0bemacs-src.lha / Emacs-19.25 / src / amiga_dump_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-18  |  682 b   |  49 lines

  1. /* Prototypes for functions defined in
  2. amiga_dump.c
  3.  */
  4.  
  5. extern void * __far first_fn;
  6.  
  7. extern void * __far last_fn;
  8.  
  9. void cpr(void);
  10.  
  11. void * dump_malloc(int );
  12.  
  13. void bailout(char * );
  14.  
  15. void print_ranges(void);
  16.  
  17. void * hunk_pointer(void * );
  18.  
  19. int hunk_lispptr(int * , int );
  20.  
  21. void patch_buffer(int buf);
  22.  
  23. void patch_pointers(int * objptr);
  24.  
  25. void patch_chain(void ** , int );
  26.  
  27. void patch(void);
  28.  
  29. int dump(char * );
  30.  
  31. void * make_pointer(void * );
  32.  
  33. int make_lispptr(int * , int );
  34.  
  35. void unpatch_buffer(int buf);
  36.  
  37. void unpatch_pointers(int * objptr);
  38.  
  39. void unpatch_chain(void ** , int );
  40.  
  41. void unpatch(void);
  42.  
  43. int undump(char * );
  44.  
  45. void map_out_data(char * );
  46.  
  47. void map_in_data(int );
  48.  
  49.